'Declaration
Public Function New( _ ByVal elements As IEnumerable(Of GenericData) _ )
'Usage
Dim elements As IEnumerable(Of GenericData) Dim instance As New SequenceData(elements)
public SequenceData( IEnumerable<GenericData> elements )
public: SequenceData( IEnumerable<GenericData^>^ elements )
Parameters
- elements
- The elements of the sequence data.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).The individual elements of the parameter value can be
null
(Nothing
in Visual Basic).